home *** CD-ROM | disk | FTP | other *** search
- Path: ccn.cs.dal.ca!ab795
- From: ab795@ccn.cs.dal.ca (James Bet Tee)
- Newsgroups: comp.sys.amiga.applications
- Subject: Re: Quick FW4.01 - AREXXscript finally!
- Date: 13 Apr 1996 19:06:07 GMT
- Organization: Chebucto Community Net
- Message-ID: <4kotuv$4lt@apollo.isisnet.com>
- References: <4k63ni$kr1@apollo.isisnet.com> <4kcfho$t5u@apollo.isisnet.com> <4kds4u$i99@news.tiac.net> <4kjs3c$a27@apollo.isisnet.com>
- NNTP-Posting-Host: ccn.cs.dal.ca
- X-Newsreader: TIN [version 1.2 PL2]
-
- James Bet Tee (ab795@ccn.cs.dal.ca) wrote:
- : keyboard solution (unless I manipulate the mouse cursor with the
- : keyboard, but that's pretty painful). I'm surprised that cursor
- : combinations allow one to 'go to end of line' or 'end of document' but
- : not next screen. Yeah, if someone could write an Arexx script for that,
- : that'd be great....
-
- Someone sent me email and included an AREXX script for the job.
- His newserver isn't up, so I'm posting this for him. I've included the
- whole letter (I havn't tested the script out yet myself)...
- ***********************
- From ANDERSON4@delphi.comSat Apr 13 15:52:01 1996
- Date: Sat, 13 Apr 1996 14:46:33 -0300
- From: ANDERSON4@delphi.com
- To: AB795@CCN.CS.DAL.CA
- Subject: Re: Quick FW4.01 question
-
- James, this Arexx script will handle your request to cursor up or down
- a screen:
-
- "/* screendown.fw */"
- do i = 1 to 24
- Cursor Down
- End
-
- You may need to change the '24' to a different number depending on
- what screen resolution or size you use.
-
- Change Cursor Down to Cursor Up to go up a screen.
-
- Attach these to a function key and you've got what you needed.
-
- I'd post these to Usenet, but my newsreader server is down now...
- so, if you'd be so kind as to do so for me, I'd greatly appreciate
- it.
-
- BTW, if you have any FW Macros/scripts you've written, or have obtained
- from someone else, please send to me; I collect them, and occasionally
- post a list of FinalWriter macros to Usenet.
-
- (Oh, just in case: be sure to take the quotes off the first line of
- the macro...they have to be there for my mail service, but will foul
- up the Arexx server.
-
- Stan Anderson
- anderson4@delphi.com
- *****************
-
-
- -James
- -------------------------------------------------------------------------------
- James Tee _ // AMIGA University of Toronto
- ab795@ccn.cs.dal.ca \X/ Orbital - "Remind" Toronto, Ontario, Canada
- Homepage: http://ccn.cs.dal.ca/~ab795/Profile.html
- -------------------------------------------------------------------------------
- W L S ERA G GS CG SHO IP H R ER HR BB SO HB WP BK
- David Cone 1 0 0 0.64 2 2 0 0 14.0 6 1 1 1 8 11 0 1 0
- -------------------------------------------------------------------------------
-